home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / TERM.H < prev    next >
Text File  |  1997-05-22  |  247b  |  18 lines

  1. /* term.h */
  2.  
  3. #ifdef WIN32
  4. int WINAPI
  5. #else
  6. int PASCAL
  7. #endif
  8. WinMain(USE_INS, USE_INS, USE_PTR, int);
  9.  
  10. #ifdef WIN32
  11. LRESULT CALLBACK
  12. #else
  13. long FAR PASCAL
  14. #endif
  15. MainWndProc(HWND, UINT, WPARAM, LPARAM );
  16.  
  17. void ProcessChar(char);
  18.